create

fun <ResultT> create(config: TaskConfig? = TaskConfig(), callable: Callable<ResultT>): Task<ResultT>